home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE23 / CLINIC / APP2U.DFM / APP2U.txt
Text File  |  1997-04-28  |  664b  |  32 lines

  1. object MainForm: TMainForm
  2.   Left = 200
  3.   Top = 108
  4.   Width = 345
  5.   Height = 168
  6.   Caption = 'MainForm'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 0
  15.     Top = 0
  16.     Width = 337
  17.     Height = 141
  18.     Align = alClient
  19.     Alignment = taCenter
  20.     AutoSize = False
  21.     Caption = 
  22.       'Minimise me, then use the first app to restore me. When that is ' +
  23.       'done, try my minimise button'
  24.     Font.Color = clWindowText
  25.     Font.Height = -32
  26.     Font.Name = 'Arial'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     WordWrap = True
  30.   end
  31. end
  32.